home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 4615 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.4 KB  |  38 lines

  1. Newsgroups: comp.lang.c
  2. Path: netcom.com!charles1
  3. From: charles1@netcom.com (charles copeland)
  4. Subject: Re: Creating Flowcharting Software...
  5. Message-ID: <charles1DMC6oJ.Bz5@netcom.com>
  6. Cc: dholmes@usa.pipeline.com
  7. Organization: NETCOM On-line Communication Services (408 261-4700 guest)
  8. References: <4f6b7b$obd@news1.usa.pipeline.com>
  9. Date: Tue, 6 Feb 1996 04:19:31 GMT
  10. Sender: charles1@netcom8.netcom.com
  11.  
  12. In article <4f6b7b$obd@news1.usa.pipeline.com>,
  13. Dale Holmes <dholmes@usa.pipeline.com> wrote:
  14. >Does anyone out there have experience with this? 
  15. >Is there a suggested graphics format for creating flowcharts? 
  16. >PCX format? Something else? 
  17. >Any suggestions (other thatn flames) tremendously appreciated... 
  18.  
  19. PCX format is bit mapped. The only way to go is with object 
  20. oriented packages, not neccessarily "flowchart" programs.
  21.  
  22. I've tried only a few of the so called flowchart programs
  23. and have been disapointed with their usefulness. My
  24. major gripe is that most do not allow you to put much
  25. information on one piece of paper. They are not scalable.
  26.  
  27. I found Draft Choice (not a flow chart program) works best
  28. for me. Its DOS based, so no fixed size fonts. Flowcharts
  29. can be infinitely scaled to fit A thru E size drafting paper.
  30. You can put a massive amount of info on one page and see
  31. it all at one glance. Great for looking at the big picture,
  32. and reorganizing stuff before you code a single line.
  33.  
  34. Look for DC215E.ZIP on internet sites.
  35.  
  36.